From 1c5e3eb9f6c864d4ca5239d59402e0145373e454 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Jul 2012 13:40:18 -0700 Subject: [PATCH] * s/sol2-6.h (HAVE_LIBKSTAT): Remove. --- src/ChangeLog | 4 ++++ src/s/sol2-6.h | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ba3b5df3f3a..e0c98e806c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-11 Paul Eggert + + * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914) + 2012-07-11 Glenn Morris * s/darwin.h, s/gnu-linux.h, s/template.h: diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index ec45748e03a..a0d3db58f28 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h @@ -26,13 +26,6 @@ along with GNU Emacs. If not, see . */ #define POSIX -/* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root. - ghazi@caip.rutgers.edu, 7/21/97. Don't redefine if already defined - (e.g., by config.h). */ -#ifndef HAVE_LIBKSTAT -#define HAVE_LIBKSTAT -#endif - /* This is the same definition as in usg5-4-common.h, but with sigblock/sigunblock rather than sighold/sigrelse, which appear to be BSD4.1 specific. It may also be appropriate for SVR4.x -- 2.30.2